emsi_containers v0.9.0 (2021-09-22T16:21:01Z)
Home
Dub
Repo
HashMap.values
containers
hashmap
HashMap
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
const @
property
auto
values
(
this
This
)
(
)
out (result) { assert (result.length == _length); }
Return Value
Type:
auto
a GC-allocated array containing the values contained in this map.
Meta
Source
See Implementation
containers
hashmap
HashMap
aliases
opSlice
constructors
this
destructors
~this
functions
byKey
byKeyValue
byValue
clear
containsKey
empty
get
getOrAdd
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
mixins
__anonymous
postblits
this(this)